-
Notifications
You must be signed in to change notification settings - Fork 1.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
blog[js]: Add post announcing JS SDK 2.0 #6574
base: main
Are you sure you want to change the base?
blog[js]: Add post announcing JS SDK 2.0 #6574
Conversation
[v2.0.0](https://github.com/open-telemetry/opentelemetry-js/releases/tag/v2.0.0) | ||
and | ||
[v0.200.0](https://github.com/open-telemetry/opentelemetry-js/releases/tag/experimental%2Fv0.200.0) | ||
releases and provide feedback |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
do you want to add something on how to provide feedback? I see people getting confused on how to do so. Maybe mention creation of issues, or reaching our slack/SIG. I know you added slack and sig right below, but wanted to make more clear those are the communications channels for feedback too
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The upgrade guide has this blurb, FWIW:
If you have any questions about the 2.x changes, please ask! You can reach the OTel JS community on the [#otel-js](https://cloud-native.slack.com/archives/C01NL1GRPQR) channel of the [CNCF Slack](https://slack.cncf.io/), [open a Discussion issue](https://github.com/open-telemetry/opentelemetry-js/issues/new?template=discussion.md) on the repository, or join the weekly [OTel JS SIG zoom call](https://docs.google.com/document/d/1tCyoQK49WVcE-x8oryZOTTToFm7sIeUhxFPm9g-qL1k/edit).
If you have any questions about the 2.x changes, please ask! You can reach the OTel JS community on the #otel-js channel of the CNCF Slack, open a Discussion issue on the repository, or join the weekly OTel JS SIG zoom call.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Oh... I guess the subsequent few bullets include links on how to get involved.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice. LGTM.
--- | ||
title: Announcing the OpenTelemetry JavaScript SDK 2.0 | ||
linkTitle: OTel JS SDK 2.0 | ||
date: 2025-02-21 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
date: 2025-02-21 | |
date: 2025-02-20 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Great to see a blog post about the new release. See inline comments for preliminary suggestions.
cSpell:ignore: Danielson | ||
--- | ||
|
||
Exciting news! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Exciting news! | |
Exciting news: |
--- | ||
|
||
Exciting news! | ||
[OpenTelemetry JavaScript](https://github.com/open-telemetry/opentelemetry-js) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
[OpenTelemetry JavaScript](https://github.com/open-telemetry/opentelemetry-js) | |
[OpenTelemetry JavaScript](/docs/languages/js/) |
Exciting news! | ||
[OpenTelemetry JavaScript](https://github.com/open-telemetry/opentelemetry-js) | ||
has released | ||
[SDK 2.0](https://github.com/open-telemetry/opentelemetry-js/releases)! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
[SDK 2.0](https://github.com/open-telemetry/opentelemetry-js/releases)! | |
[SDK 2.0](https://github.com/open-telemetry/opentelemetry-js/releases/tag/v2.0.0)! |
There is a | ||
[migration guide](https://github.com/open-telemetry/opentelemetry-js/blob/main/doc/upgrade-to-2.x.md) | ||
in the repository detailing breaking changes and steps for users to take to | ||
upgrade to the latest versions. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This paragraph seems redundant given the content below. If you intended this to be a TL;DR or call out, then wrap it in an alert like this:
There is a | |
[migration guide](https://github.com/open-telemetry/opentelemetry-js/blob/main/doc/upgrade-to-2.x.md) | |
in the repository detailing breaking changes and steps for users to take to | |
upgrade to the latest versions. | |
{{% alert-md title="Migration guide" color="info" %}} | |
For a detailed description of breaking changes, see the **migration guide** | |
[Upgrade to OpenTelemetry JS SDK 2.x][migration guide]. | |
[migration guide]: | |
https://github.com/open-telemetry/opentelemetry-js/blob/main/doc/upgrade-to-2.x.md | |
{{% /alert-md %}} |
|
||
## What is JS SDK 2.x? | ||
|
||
"JS SDK 2.x" encompasses new releases of the `@opentelemetry/*` JavaScript |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why the quotes? I suggest dropping them:
"JS SDK 2.x" encompasses new releases of the `@opentelemetry/*` JavaScript | |
JS SDK 2.x encompasses new releases of the `@opentelemetry/*` JavaScript |
except the API and semantic-conventions packages. The package versions for this | ||
new major will be `>=2.0.0` for the stable and `>=0.200.0` for the unstable | ||
packages. Details on the full list of packages can be found in the | ||
[migration guide](https://github.com/open-telemetry/opentelemetry-js/blob/main/doc/upgrade-to-2.x.md#what-is-js-sdk-2x). |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
If you commit the {{% alert-md ... %}}
suggested previously, you'll be able to reuse the markdown link definition:
[migration guide](https://github.com/open-telemetry/opentelemetry-js/blob/main/doc/upgrade-to-2.x.md#what-is-js-sdk-2x). | |
[migration guide][]. |
/fix:refcache |
You triggered fix:refcache action run at https://github.com/open-telemetry/opentelemetry.io/actions/runs/13966803156 |
IMPORTANT: (RE-)RUN
|
FYI, related concern: |
9d7e359
to
d0359b8
Compare
OpenTelemetry JavaScript recently released SDK 2.0. There have been many improvements and breaking changes and we want to make this easily findable.